home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by Interface Builder */
-
- #import <objc/Object.h>
-
- @interface PreferencesManager:Object
- {
- id PreferencesPanel;
-
-
- // Put your module id here if you need to contact it!
-
- id TheEditController;
-
- // Put your interface buttons here...
-
- id ContinuousZoomButton;
- id ContinuousUpdateSelectionButton;
- id ContinuousUpdateViewButton;
- id MinMaxDisplayButton;
- id OscilliscopicDisplayButton;
- }
-
-
-
-
- - init;
- - SavePreferences;
- - PerformPreferences;
- - SoundComingIn;
-
-
-
- // a preferences look-up
-
- - (BOOL) ContinuousSelection;
- - (BOOL) ContinuousView;
- - (int) MinMaxDisplay;
-
- // for the preferences panel
-
- - StartPreferencesPanel:sender;
- - PreferencesOkayed:sender;
-
- @end
-